home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / games / _kalaha / source / makefile next >
Encoding:
Makefile  |  1992-03-04  |  3.0 KB  |  147 lines

  1. # Project:   Kalaha
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.^.^.RISC_OSlib.o.RISC_OSLib @.o.kalaha @.o.misc @.o.moves \
  16.         @.o.redraw @.o.think @.^.^.CLib.o.Stubs 
  17.         link $(linkflags) @.^.^.RISC_OSlib.o.RISC_OSLib @.o.kalaha @.o.misc \
  18.         @.o.moves @.o.redraw @.o.think @.^.^.CLib.o.Stubs 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.kalaha:   @.c.kalaha
  25.         cc $(ccflags) -o @.o.kalaha @.c.kalaha 
  26. @.o.misc:   @.c.misc
  27.         cc $(ccflags) -o @.o.misc @.c.misc 
  28. @.o.moves:   @.c.moves
  29.         cc $(ccflags) -o @.o.moves @.c.moves 
  30. @.o.redraw:   @.c.redraw
  31.         cc $(ccflags) -o @.o.redraw @.c.redraw 
  32. @.o.think:   @.c.think
  33.         cc $(ccflags) -o @.o.think @.c.think 
  34.  
  35.  
  36. # Dynamic dependencies:
  37. o.kalaha:    c.kalaha
  38. o.kalaha:    h.kalaha
  39. o.kalaha:    C:h.win
  40. o.kalaha:    C:h.wimp
  41. o.kalaha:    C:h.os
  42. o.kalaha:    C:h.sprite
  43. o.kalaha:    C:h.event
  44. o.kalaha:    C:h.menu
  45. o.kalaha:    C:h.baricon
  46. o.kalaha:    C:h.res
  47. o.kalaha:    C:h.resspr
  48. o.kalaha:    C:h.menu
  49. o.kalaha:    C:h.template
  50. o.kalaha:    C:h.dbox
  51. o.kalaha:    C:h.coords
  52. o.kalaha:    C:h.sprite
  53. o.kalaha:    C:h.bbc
  54. o.kalaha:    C:h.werr
  55. o.kalaha:    C:h.wimp
  56. o.kalaha:    C:h.wimpt
  57. o.kalaha:    C:h.alarm
  58. o.kalaha:    C:h.visdelay
  59. o.misc:    c.misc
  60. o.misc:    h.kalaha
  61. o.misc:    C:h.win
  62. o.misc:    C:h.wimp
  63. o.misc:    C:h.os
  64. o.misc:    C:h.sprite
  65. o.misc:    C:h.event
  66. o.misc:    C:h.menu
  67. o.misc:    C:h.baricon
  68. o.misc:    C:h.res
  69. o.misc:    C:h.resspr
  70. o.misc:    C:h.menu
  71. o.misc:    C:h.template
  72. o.misc:    C:h.dbox
  73. o.misc:    C:h.coords
  74. o.misc:    C:h.sprite
  75. o.misc:    C:h.bbc
  76. o.misc:    C:h.werr
  77. o.misc:    C:h.wimp
  78. o.misc:    C:h.wimpt
  79. o.misc:    C:h.alarm
  80. o.misc:    C:h.visdelay
  81. o.moves:    c.moves
  82. o.moves:    h.kalaha
  83. o.moves:    C:h.win
  84. o.moves:    C:h.wimp
  85. o.moves:    C:h.os
  86. o.moves:    C:h.sprite
  87. o.moves:    C:h.event
  88. o.moves:    C:h.menu
  89. o.moves:    C:h.baricon
  90. o.moves:    C:h.res
  91. o.moves:    C:h.resspr
  92. o.moves:    C:h.menu
  93. o.moves:    C:h.template
  94. o.moves:    C:h.dbox
  95. o.moves:    C:h.coords
  96. o.moves:    C:h.sprite
  97. o.moves:    C:h.bbc
  98. o.moves:    C:h.werr
  99. o.moves:    C:h.wimp
  100. o.moves:    C:h.wimpt
  101. o.moves:    C:h.alarm
  102. o.moves:    C:h.visdelay
  103. o.redraw:    c.redraw
  104. o.redraw:    h.kalaha
  105. o.redraw:    C:h.win
  106. o.redraw:    C:h.wimp
  107. o.redraw:    C:h.os
  108. o.redraw:    C:h.sprite
  109. o.redraw:    C:h.event
  110. o.redraw:    C:h.menu
  111. o.redraw:    C:h.baricon
  112. o.redraw:    C:h.res
  113. o.redraw:    C:h.resspr
  114. o.redraw:    C:h.menu
  115. o.redraw:    C:h.template
  116. o.redraw:    C:h.dbox
  117. o.redraw:    C:h.coords
  118. o.redraw:    C:h.sprite
  119. o.redraw:    C:h.bbc
  120. o.redraw:    C:h.werr
  121. o.redraw:    C:h.wimp
  122. o.redraw:    C:h.wimpt
  123. o.redraw:    C:h.alarm
  124. o.redraw:    C:h.visdelay
  125. o.think:    c.think
  126. o.think:    h.kalaha
  127. o.think:    C:h.win
  128. o.think:    C:h.wimp
  129. o.think:    C:h.os
  130. o.think:    C:h.sprite
  131. o.think:    C:h.event
  132. o.think:    C:h.menu
  133. o.think:    C:h.baricon
  134. o.think:    C:h.res
  135. o.think:    C:h.resspr
  136. o.think:    C:h.menu
  137. o.think:    C:h.template
  138. o.think:    C:h.dbox
  139. o.think:    C:h.coords
  140. o.think:    C:h.sprite
  141. o.think:    C:h.bbc
  142. o.think:    C:h.werr
  143. o.think:    C:h.wimp
  144. o.think:    C:h.wimpt
  145. o.think:    C:h.alarm
  146. o.think:    C:h.visdelay
  147.